home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VFD17.ZIP / DEMO.BAT < prev    next >
DOS Batch File  |  1995-03-16  |  172b  |  8 lines

  1. @echo off
  2. rem Play all RLE AVIs in a continuous loop with fade transitions & silver scrn.
  3. :start
  4. geewiz * -l1 -d -f3 -g -i
  5. if errorlevel 1 goto end
  6. goto start
  7. :end
  8.